▍ humdrum codex / soft
1.4 KB raw
id
TASK-003
title
TUI news page: split Briefs into 4 per-category panels
status
To Do
assignee
created_date
2026-06-11 02:16
updated_date
2026-06-11 02:24
labels
bug
dependencies
priority
medium
ordinal
3000

Description

In tui/dashboard.py, replace the entire page-news layout with exactly four equal DashPanel widgets — one per brief category (Politics, Technology, Sports, Culture). No other panels on this page.

New layout (2×2 grid): Row 1: np-brief-politics, np-brief-tech Row 2: np-brief-sports, np-brief-culture

Remove from page-news entirely: np-news (Headlines), np-feeds (Feeds), np-hackernews (HN). Those stay on page-personal only.

Implementation:

Reference: render_briefs() line 513 tui/dashboard.py; BriefSection shape lib/schemas/sources/briefs.ts.

Acceptance Criteria